powered by
MLE of the multivariate Cauchy distribution.
mvcauchy.mle(x, tol = 1e-07)
A list including:
The number of iterations required for the EM algorihm to converge.
The value of the maximised log-likelihood.
The location vector.
The scatter matrix.
A matrix with numerical data.
The tolerance value to terminate the EM algorithm.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
The location vector, scatter matrix and the value of the log-likelihood is calculated.
Nadarajah S. and Kotz S. (2008). Estimation methods for the multivariate t distribution. Acta Applicandae Mathematicae, 102(1): 99--118.
rmvcauchy, dmvcauchy
x <- as.matrix(iris[, 1:2]) res <- mvcauchy.mle(x)
Run the code above in your browser using DataLab